home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOSE.DEF < prev    next >
Text File  |  1991-11-04  |  4KB  |  75 lines

  1. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2. @@ Combine DOS 5.0 "EDIT" and Windows 3.0 "SYSEDIT"
  3. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  4.  
  5. [SWITCH]
  6. /m                                     @@ gotta make, need GENERAL.TPU
  7. @@/ig-                                   @@ don't include, put all-in-one
  8. @@/ic-                                   @@ takes longer, but it's neater.
  9. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  10.  
  11. [SUBMENU] ≡ hcSystem                   ;;system functions
  12. about                                  ;;program information, copyright
  13. %%'refresh display'                    ;;redraw the screen
  14. %%'clear desktop' ctrl-f3 cmCloseAll   ;;close all windows
  15. [NEWLINE]
  16. 'system files'                         ;;load AUTOEXEC.BAT, CONFIG.SYS, WIN.INI and SYSTEM.INI
  17.  
  18. [SUBMENU] file                         ;;file management commands (open, save, etc)
  19. open...    f3                          ;;locate and open a file in an Edit window
  20. new                                    ;;create a new file in a new Edit window
  21. ^^save       f2                        ;;save the file in the active Edit window
  22. ^^'Save ~a~s...'                       ;;save file under a different name, directory, or drive
  23. [NEWLINE]
  24. 'change dir...'                        ;;choose a new default directory
  25. %%'DOS shell'                          ;;access DOS command-line
  26. E~x~it alt-x cmQuit                    ;;quit program, return to DOS
  27.  
  28. [SUBMENU] edit                         ;;cut-and-paste editing commands
  29. ^^undo                                 ;;cancel changes to the current line
  30. [NEWLINE]
  31. ^^Cu~t~    shift-del                   ;;remove selected text, place in Clipboard
  32. ^^copy     ctrl-ins                    ;;copy selected text into Clipboard
  33. ^^paste    shift-ins                   ;;Insert text from Clipboard at cursor position
  34. 'show clipboard'                       ;;open the Clipboard window
  35. [NEWLINE]
  36. ^^C~l~ear   ctrl-del                   ;;delete selected text
  37.  
  38. [SUBMENU] search                       ;;text search-and-replace commands
  39. ^^find...                              ;;search for text
  40. ^^replace...                           ;;search for text and replace it with new text
  41. ^^'search again'                       ;;repeat the last Find or Replace command
  42.  
  43. [SUBMENU] window                       ;;open, arrange and close windows
  44.    >[submenu] palette                  ;;choose Color, Black & White or LED screen colors
  45. %%   color                             ;;Select for Color monitor
  46. %%   'Black & White'                   ;;Select for Black & White/LCD (portable/notebook)
  47. %%   monochrome                        ;;Select for Hercules/Monochrome
  48.    <
  49. [NEWLINE]
  50. size/move     ctrl-f5 cmResize         ;;change the size or position of the active window
  51. zoom               f5                  ;;enlarge or restore the size of the active window
  52. %%'Zoom a~l~l'  alt-z                  ;;zoom all windows
  53. %%tile          alt-t                  ;;arrange windows on the desktop by tiling
  54. %%C~a~scade     alt-a                  ;;arrange windows on the desktop by cascading
  55. next               f6                  ;;make the next window active
  56. previous     shift-f6 cmPrev           ;;make the previous window active
  57. close          alt-f3                  ;;close the active window
  58. [NEWLINE]
  59. 'Video Mode'                           ;;Change to 43/50 line mode (EGA/VGA only)
  60. 'user screen'  alt-F5                  ;;View DOS screen
  61.  
  62. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  63. @@ Don't need "^^" or "%%" since already marked above
  64. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  65.  
  66. [STATUS]
  67. f1 help
  68. f2 save
  69. f3 open
  70. alt-f3 close
  71. f5 zoom
  72. f6 next
  73. f10 menu
  74. alt-x exit cmQuit
  75.